home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9712 / 000007_pb@nexus.co.uk _Mon Dec 1 14:01:24 1997.msg < prev    next >
Internet Message Format  |  1998-01-04  |  2KB

  1. Return-Path: <pb@nexus.co.uk>
  2. Received: from globe (nexusel.demon.co.uk [158.152.30.195])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with SMTP id OAA17670
  4.     for <willy@odie.barnet.ac.uk>; Mon, 1 Dec 1997 14:01:23 GMT
  5. Received: from spring.nexus.co.uk [192.0.0.3] (exim)
  6.     by globe with smtp (Exim 1.73 #1)
  7.     id 0xcWPG-0002HR-00; Mon, 1 Dec 1997 14:01:02 +0000
  8. Received: from spring.nexus.co.uk [127.0.0.1] (pb)
  9.     by spring.nexus.co.uk with esmtp (Exim 1.73 #2)
  10.     id 0xcWOh-00053i-00; Mon, 1 Dec 1997 14:00:27 +0000
  11. X-Mailer: exmh version 2.0zeta 7/24/97
  12. To: Matthew Wilcox <willy@odie.barnet.ac.uk>
  13. Cc: linux-arm@vger.rutgers.edu
  14. Subject: Re: gcc
  15. Mime-Version: 1.0
  16. Content-Type: text/plain; charset=us-ascii
  17. Date: Mon, 01 Dec 1997 14:00:27 +0000
  18. From: Philip Blundell <pb@nexus.co.uk>
  19. Message-Id: <E0xcWOh-00053i-00@spring.nexus.co.uk>
  20. Status: RO
  21.  
  22. >/usr/local/arm-linuxaout/include/asm.  This isn't explicitly stated -
  23. >and I'm not sure that it's really necessary since the SWI numbers are
  24. >unlikely to change - indeed, they can't without breaking every binary,
  25. >and library, on the system.
  26.  
  27. Actually, that's not quite true.  It's possible to replace the current 
  28. syscalls with new ones and retain the old numbers as compatibility wrappers.  
  29. In that case we'd want newly-compiled code to use the shiny new syscalls 
  30. rather than the old ones.
  31.  
  32. Now, if you _really_ want to live life on the edge, get the latest glibc 2.1 
  33. snapshot from ftp.kernel.org:/pub/linux/libs/glibc, compile that for 
  34. arm-linuxaout with your new gcc, and see if you can actually build some 
  35. working executables with it.  Again, I'd like to know how you get on if 
  36. anybody tries this.
  37.  
  38. p.
  39.